home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / we32m30d.zip / DLLCALL.ZI_ / DC-TEST.WBT next >
Text File  |  1993-07-30  |  227b  |  7 lines

  1. ; This WBT file merely tests the WIL DllCall function with a DLL provided
  2. ; in the Technical notes provided with this product.
  3. a=DllCall("DCTST16I.DLL","MYENTRYPOINT","It Worked! Really!")
  4. Message("Returned value",a)
  5.  
  6.